home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 January
/
01_02.iso
/
bonus
/
matrix
/
Install Matrix Screen Saver.exe
/
Install Matrix Screen Saver.dcr
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1999-01-26
|
222 b
|
9 lines
global gforegndlocHList
on enterFrame
repeat with x = 100 down to 1
set the locV of sprite x to random(1000)
set the locH of sprite x to getAt(gforegndlocHList, random(count(gforegndlocHList)))
end repeat
end